Bundle

data class Bundle(val fileName: String, val defType: String = "raw") : MediaSource.Local

A MediaSource that has is located in an application bundle

Constructors

Link copied to clipboard
constructor(fileName: String, defType: String = "raw")

Properties

Link copied to clipboard

the type of resource

Link copied to clipboard

the name of the media source file